2023-08-07 21:13:39
I recently took part in a QEMU/KVM installation. I tried adding the connections from my client machine to the internet connected server. This server runs the ssh
daemon on a port other than 22. For some reason, there's no way to do this in the virt-manager GUI. Thankfully, you can do it via the command line by running the following:
virt-manager -c 'qemu+ssh://${USERNAME}@${IP_ADDRESS}:${PORT}/system?keyfile=${PRIVATE_KEY_PATH}'